home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 September & October
/
Amiga-CD 1996 #9-10.iso
/
ausgabe_9_96
/
kommunikation
/
voodoo
/
rexx
/
sendvoodoo.bed
< prev
next >
Wrap
Text File
|
1996-03-11
|
351b
|
17 lines
/*
* Deliver message when using Blacks Editor as an external
* editor for Voodoo.
*
*/
options results
SaveFile QUIET NOBACKUP NOICON /* Save message */
GetFilePath FILE /* Get filename only */
message="T:"result /* Attach T: as path to filename */
address VOODOO 'SEND' message /* Send to Voodoo */
Quit QUIET /* Quit out of BED */